Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Settings
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Fetch current user
Fetch current user
GET
/
api
/
v2
/
user
curl --request GET \
--url https://cloud.volttime.com/api/v2/user \
--header 'Authorization: Bearer <token>'
{
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 2,
"name": "Miss Pearl Hauck",
"email": "pfritsch@example.com",
"intercom": {
"hmac_android": "b18d08c0edce4c685e6350dbc9047470ff331da5428499ab5a5c0f9a2d81134e",
"hmac_ios": "b18d08c0edce4c685e6350dbc9047470ff331da5428499ab5a5c0f9a2d81134e",
"hmac_web": "b18d08c0edce4c685e6350dbc9047470ff331da5428499ab5a5c0f9a2d81134e"
},
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
}
Authorizations
See the documentation for more information.
Response
200 - application/json
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v2/user \
--header 'Authorization: Bearer <token>'
{
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 2,
"name": "Miss Pearl Hauck",
"email": "pfritsch@example.com",
"intercom": {
"hmac_android": "b18d08c0edce4c685e6350dbc9047470ff331da5428499ab5a5c0f9a2d81134e",
"hmac_ios": "b18d08c0edce4c685e6350dbc9047470ff331da5428499ab5a5c0f9a2d81134e",
"hmac_web": "b18d08c0edce4c685e6350dbc9047470ff331da5428499ab5a5c0f9a2d81134e"
},
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
}